home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Inside Macworld / Q&A / LinkConverter 1.2.1 / AppleScript Examples / AS Link to OS 8.5 Part2 < prev    next >
Encoding:
Text File  |  1999-08-06  |  282 b   |  7 lines  |  [TEXT/ToyS]

  1. set theList to {"Mac OS:Desktop Folder:Mac startup keys", "Mac OS:Desktop Folder:AppleScript"} --theList contains the Links to convert
  2. tell application "Link to OS 8.5"
  3.     launch
  4.     set its silent to true -- this suppresses the final window with counter and time
  5.     open theList
  6. end tell
  7.